This is shell script for example code


Posted by coray0715 on 2023-07-04

#!/bin/bash

# This is a simple shell script example

# Print "Hello, World!" to the console
echo "Hello, World!"









Related Posts

JavaScript 進階 05:this

JavaScript 進階 05:this

【JS學習筆記】如何檢查物件的屬性?

【JS學習筆記】如何檢查物件的屬性?

ASP.NET Core MVC 之語系切換

ASP.NET Core MVC 之語系切換


Comments